home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_11_12 / engbert / config.h < prev    next >
Text File  |  1993-05-11  |  290b  |  20 lines

  1. /*                  CONFIG.H
  2. **
  3. */
  4.  
  5.  
  6. #define PACK_PROGRAM_NAME "PACK2"
  7. #define UNPACK_PROGRAM_NAME "UNPACK2"
  8. #define EXTENSION "PK2"
  9. #define MAGIC_HEADER "\137\233"
  10.  
  11.  
  12. /* return values of compress(): */
  13.  
  14. #define WRITE_ERR 1
  15.  
  16. /* configuration stuff: */
  17.  
  18. #define COMPRESS
  19.  
  20.